home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet multimedia / Linux LiveCD / GeeXboX 1.0 EN / geexbox-1.0-en.i386.iso / GEEXBOX / etc / netstream < prev    next >
Text File  |  2006-06-21  |  891b  |  30 lines

  1. #
  2. # Network Stream Options
  3. #
  4.  
  5. # Network Stream Online Listings
  6. SHOUTCAST_URI="http://www.shoutcast.com/sbin/newxml.phtml?genre=Top500"
  7. SHOUTCASTTV_URI="http://www.shoutcast.com/sbin/newtvlister.phtml"
  8. SHOUTCASTTUNE_URI="http://www.shoutcast.com/sbin/tunein-station.pls"
  9.  
  10. # Network Extended M3U Playlist Stream Online Listings
  11. # Syntax : EXTM3U="URI":Name
  12. # Example (this URI example for France and with LIVE555 support only!)
  13. #EXTM3U="http://mafreebox.freebox.fr/freeboxtv/playlist.m3u":FreeboxTV
  14.  
  15. # Network Stream URI
  16. # Syntax : STREAM="URI":Name
  17. # Example:
  18. #STREAM="http://66.230.159.66:8765":Bandit Radio
  19. #
  20. # If the URI contains a date, to replace there:
  21. # http://viptf1.yacast.net/tf1jt/jt13d31121999.asf
  22. # By:
  23. # http://viptf1.yacast.net/tf1jt/jt13d%DD%MM%YY.asf
  24. #
  25. # year 4 digits (1999) =  %YY
  26. # year 2 digits (99)   =  %yy
  27. # month (12)           =  %MM
  28. # day (31)             =  %DD
  29. #
  30.